Crate forwarded_header_value

Source
Expand description

This module implements parsing for the Forwarded header as defined by RFC 7239 and RFC 7230. You should generally interact with the ForwardedHeaderValue struct.

Structs§

Enums§

  • Errors that can occur while parsing a ForwardedHeaderValue
  • Remote identifier. This can be an IP:port pair, a bare IP, an underscore-prefixed “obfuscated string”, or unknown.
  • HTTP protocol from the remote host